Multiplying and Dividing Fixed-Point Numbers
TheFixMul
andFracMul
functions allow you to multiply fixed-point numbers. TheFixDiv
andFracDiv
functions allow you to divide fixed-point numbers. By performing appropriate type casting, you can multiply or divide a fixed-point number of one type with a fixed-point number of another type or a long integer.
Subtopics
- FixMul
- FixDiv
- FracMul
- FracDiv